Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.
/ RandLib Public archive

A library using the C/C++ rand() function and extending functionality by generating random numbers from various distributions

Notifications You must be signed in to change notification settings

skandhurkat/RandLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Note: With the inclusion of the <random> header in the C++ standard library, this code is obsolete.

RandLib results from an undergraduate project at the Indian Institute of Technology, Bombay.

This software is licensed under the GNU GPL v3, or (at your option) any higher version of the GNU GPL.

This library can generate pseudo random numbers from normal, exponential, uniform, binary and poisson distributions.

About

A library using the C/C++ rand() function and extending functionality by generating random numbers from various distributions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages