Author Topic: Set seeds for randomness  (Read 2032 times)

Antikore

  • Developing Mortal Theater at day, developing depression at night.
  • Level 22: Trex
  • *
  • Posts: 2020
  • Enjoying Platform Builder from the very start
    • View Profile
    • PBuilder Resources
Set seeds for randomness
« on: October 19, 2019, 07:38:32 PM »
I know i'm very inactive here but will be cool a command like
Code: [Select]
seed = <number>
[seed]
In GameMaker Studio, if I'm not wrong, those things can be make to work with these code
random_set_seed(value);
random_get_seed
Sorry because my English is not very good because I'm Spanish ;) :P

CGM

  • Christian, 3D artist, former Platform Builder gamdev
  • Master Builder
  • *
  • Posts: 3836
    • View Profile
Re: Set seeds for randomness
« Reply #1 on: October 19, 2019, 08:53:06 PM »
Ah! That'd be SO COOL! But we'd need more stuff than a seed to generate what we want. Wouldn't we? That'd be very hard to add come to think of it.

Mechasaur

  • No Normies Allowed
  • Level 13: Porcuprick
  • *
  • Posts: 346
  • Proud Admin of Plugger's Zone
    • View Profile
Re: Set seeds for randomness
« Reply #2 on: October 19, 2019, 09:49:11 PM »
I'm not opposed to this. If I ever felt like making a rogue like / lite in PB, this could be something I would use.

Mechasaur

  • No Normies Allowed
  • Level 13: Porcuprick
  • *
  • Posts: 346
  • Proud Admin of Plugger's Zone
    • View Profile
Re: Set seeds for randomness
« Reply #3 on: October 23, 2019, 09:00:27 AM »
Antikore : Roguelike for PB
Me :


Excuse me, humanoid being of indeterminate gender whom I address this remark to, I wish to inform you that a thing I see - be it an object, an action you or others have done or are doing, or a general feeling that I'm being subjected to - can be considered to arouse an emotion that many would associate with people of the homosexual orientation, and I would like to inform you of such through an improper interjection while not coming across as rude or crass.
« Last Edit: October 23, 2019, 09:02:44 AM by Mechasaur »

War

  • "The top player is here!"
  • Level 20: Nobom
  • *
  • Posts: 1490
    • View Profile
    • My website
Re: Set seeds for randomness
« Reply #4 on: October 23, 2019, 04:16:52 PM »
Excuse me, humanoid being of indeterminate gender whom I address this remark to, I wish to inform you that a thing I see - be it an object, an action you or others have done or are doing, or a general feeling that I'm being subjected to - can be considered to arouse an emotion that many would associate with people of the homosexual orientation, and I would like to inform you of such through an improper interjection while not coming across as rude or crass.
Woops, here's a new version :
Antikore : Roguelike for PB
Me :

« Last Edit: October 23, 2019, 04:19:56 PM by Warrior555MainsGanon »
Hey, wassup wassup? My name is Warrior555MainsGanon (but just call me War) and I'm the main guy behind Megaman Zero Online and the upcoming Matt's Adventure! I don't speak often here but I'm a very friendly lad so if you wanna talk, don't hesitate!

Mechasaur

  • No Normies Allowed
  • Level 13: Porcuprick
  • *
  • Posts: 346
  • Proud Admin of Plugger's Zone
    • View Profile
Re: Set seeds for randomness
« Reply #5 on: October 23, 2019, 05:52:37 PM »

Antikore

  • Developing Mortal Theater at day, developing depression at night.
  • Level 22: Trex
  • *
  • Posts: 2020
  • Enjoying Platform Builder from the very start
    • View Profile
    • PBuilder Resources
Re: Set seeds for randomness
« Reply #6 on: April 13, 2021, 03:08:09 PM »
So, as I'm making a roguelite game... Yeah?
Sorry because my English is not very good because I'm Spanish ;) :P