Tagged Questions

3
votes
6answers
306 views

C# Normal Random Number

I would like to create a function that accepts Double mean, Double deviation and returns a random number with a normal distribution. Example: if I pass in 5.00 as the mean and 2.00 as the …
1
vote
9answers
403 views

Non-repeating pseudo random number stream with ‘clumping’

I'm looking for a method to generate a pseudorandom stream with a somewhat odd property - I want clumps of nearby numbers. The tricky part is, I can only keep a limited amount of state no matter …