I'm trying to build a circuit that will stay turned on once triggered, and ordinary SR latch seems like a perfect solution. However, I cannot find an efficient way to turn SR Latch to deterministic state on power on. What could be the simplest yet efficient solution? Only one requirement - I want to build it entirely from basic components, without using any ICs, for a learning purpose. As I understand, I just need to generate some short pulse when circuit is powered on, and I can achieve it by connecting a capacitor in series to S or R input of the latch, but then after I turn circuit off it stays charged. Of course I can use bleed resistor and some kind of a filter before input from the capacitor to latch S or R (schmitt trigger?) to cut off small current that comes thru bleed resistor, but I feel that there are better solutions for this particular task.
I will appreciate if anyone can give me a direction to learn instead of the final solution, except searching for it directly (already tried without success)
I do not think that this question is a duplicate of Starting a latch in a known state since I asked for non-IC solutions, but if moderators disagree, please feel free to close current one.
I apologize for my bad English and a newbie question, thanks in advance.