PDL::GSL::RNG

PDL::GSL::RNG is a PDL interface to RNG and randist routines in GSL.
Download

PDL::GSL::RNG Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Christian Pellegrin
  • Publisher web site:
  • http://search.cpan.org/~csoe/PDL-2.4.3/Lib/GSL/RNG/gsl_random.pd

PDL::GSL::RNG Tags


PDL::GSL::RNG Description

PDL::GSL::RNG is a PDL interface to RNG and randist routines in GSL. PDL::GSL::RNG is a PDL interface to RNG and randist routines in GSL.SYNOPSIS use PDL; use PDL::GSL::RNG; $rng = PDL::GSL::RNG->new('taus'); $rng->set_seed(time()); $a=zeroes(5,5,5) $rng->get_uniform($a); # inplace $b=$rng->get_uniform(3,4,5); # creates new pdl Requirements: · Perl


PDL::GSL::RNG Related Software