#198: update set_dynare_seed.m to use new function rng ---------------------------+------------------------------------------------ Reporter: houtanb | Owner: houtanb Type: bug | Status: closed Priority: minor | Milestone: 4.3 Component: Core M-files | Version: Resolution: wontfix | Keywords: ---------------------------+------------------------------------------------ Changes (by sebastien):
* status: new => closed * resolution: => wontfix
Comment:
rng() is a new way of setting the seed for the rand() family functions. It does not add functionality, it is just syntactic sugar. Since we still need to support the old syntaxes, its use would just complicate our code, so it's pointless.