mirror of
https://github.com/Smaug123/ray-tracing-fsharp
synced 2025-10-12 07:18:39 +00:00
Delete messy code, I should really be PRing this
This commit is contained in:
@@ -67,10 +67,3 @@ module TestRay =
|
||||
property
|
||||
|> Prop.forAll (Arb.fromGen (Gen.zip TestUtils.rayGen (Arb.generate<NormalFloat> |> Gen.map NormalFloat.op_Explicit)))
|
||||
|> Check.QuickThrowOnFailure
|
||||
|
||||
[<Test>]
|
||||
let foo () =
|
||||
let r = System.Random ()
|
||||
let fp = FloatProducer r
|
||||
for i in Array.init 100 (fun _ -> fp.Get ()) |> Array.sort do
|
||||
printfn "%f" i
|
||||
|
Reference in New Issue
Block a user