bkrueger / mocasinns

MOnte-CArlo-SImulations - Neat'N'Simple
Other
4 stars 1 forks source link

Signed integers in random number generators #30

Closed bkrueger closed 10 years ago

bkrueger commented 11 years ago

Think about modifying the random number generator concept to allow the creation of uniformly distributed signed integers.

The users do not expect to be limited to unsigned integers, and there is also no reason I see for constraining to unsigned integers.