예제 #1
0
파일: Random.cs 프로젝트: mangod9/runtime
            public override float NextSingle()
            {
                float result = LocalRandom.NextSingle();

                AssertInRange(result);
                return(result);
            }
예제 #2
0
 public override float NextSingle() => LocalRandom.NextSingle();